Started by user Dmitry Kornilov Rebuilds build #6 Running as Dmitry Kornilov Agent basic-pzg1j is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-pzg1j" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jaxws.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-pzg1j" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-pzg1j" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jaxws.svc.cluster.local/jaxws/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jaxws" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" [EnvInject] - Loading node environment variables. Building remotely on basic-pzg1j in workspace /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-jk2lVgGDq4gm/agent.73 SSH_AGENT_PID=75 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS@tmp/private_key_2801822248982436307.key (/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS@tmp/private_key_2801822248982436307.key) [ssh-agent] Using credentials jaxws-bot (GitHub bot SSH) Copied 1 artifact from "TCK_jakarta_9_GF_6.1_integration_JAXWS" build number 1 [TCK_jakarta_9_JAXWS] $ /bin/sh -ex /tmp/jenkins11762988834884048763.sh + ANT_URL=http://apache.newfountain.nl//ant/binaries/apache-ant-1.10.9-bin.tar.gz + ANT_OUTPUT_NAME=apache-ant.tar.gz + echo -[ Downloading and installing Ant ]-------------------------------------------- -[ Downloading and installing Ant ]-------------------------------------------- + wget -nv http://apache.newfountain.nl//ant/binaries/apache-ant-1.10.9-bin.tar.gz -O /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/apache-ant.tar.gz 2021-03-11 08:54:00 URL:https://apache.newfountain.nl/ant/binaries/apache-ant-1.10.9-bin.tar.gz [6904503/6904503] -> "/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/apache-ant.tar.gz" [1] + tar -xzf /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/apache-ant.tar.gz + rm -v apache-ant.tar.gz removed 'apache-ant.tar.gz' + ls + grep apache-ant-1.10.9 + ANT_DIR_PKG=apache-ant-1.10.9 + mv -v apache-ant-1.10.9 ant renamed 'apache-ant-1.10.9' -> 'ant' [TCK_jakarta_9_JAXWS] $ /bin/sh -ex /tmp/jenkins5595012129072308902.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + ANT_HOME=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ant + PATH=/opt/tools/apache-maven/latest/bin:/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ant/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + echo -[ Job Parameters ]------------------------------------------------------------- -[ Job Parameters ]------------------------------------------------------------- + echo TCK Bundle URL: https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-xml-ws-tck-3.0.0.zip TCK Bundle URL: https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-xml-ws-tck-3.0.0.zip + echo -[ Downloading and extracting JAXWS TCK bundle ]-------------------------------- -[ Downloading and extracting JAXWS TCK bundle ]-------------------------------- + wget -nv https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-xml-ws-tck-3.0.0.zip 2021-03-11 08:54:02 URL:https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-xml-ws-tck-3.0.0.zip [33355674/33355674] -> "jakarta-xml-ws-tck-3.0.0.zip" [1] + ls jakarta-xml-ws-tck-3.0.0.zip + JAXWS_TCK_BUNDLE=jakarta-xml-ws-tck-3.0.0.zip + [ -z jakarta-xml-ws-tck-3.0.0.zip ] + unzip -q jakarta-xml-ws-tck-3.0.0.zip + rm -vf jakarta-xml-ws-tck-3.0.0.zip removed 'jakarta-xml-ws-tck-3.0.0.zip' + ls . + grep xml-ws-tck + TCK_DIR=xml-ws-tck + echo -[ Extracting GlassFish ]------------------------------------------------------- -[ Extracting GlassFish ]------------------------------------------------------- + unzip -q glassfish.zip + rm -v glassfish.zip removed 'glassfish.zip' + ls . + grep glassfish + GF_DIR=glassfish6 + ls -l . total 0 drwxr-sr-x. 6 jenkins 1001930000 235 Sep 27 09:58 ant drwxr-sr-x. 7 jenkins 1001930000 92 Mar 7 05:11 glassfish6 drwxr-sr-x. 9 jenkins 1001930000 107 Oct 1 03:23 xml-ws-tck + echo -[ Configuring JAXWS TCK ]----------------------------------------------------- -[ Configuring JAXWS TCK ]----------------------------------------------------- + WORK_DIR=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/JTwork + REPORT_DIR=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/JTreport + SERVER_HOME=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish + TS_HOME=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck + TS_CFG=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.jdk11 + wget -nv https://raw.githubusercontent.com/gurunrao/jakartaee-tck/master/install/jaxws/bin/ts.jte.jdk11 -O /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.jdk11 2021-03-11 08:54:05 URL:https://raw.githubusercontent.com/gurunrao/jakartaee-tck/master/install/jaxws/bin/ts.jte.jdk11 [28243/28243] -> "/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.jdk11" [1] + echo /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/JTwork + sed -e s/\//\\\//g + WORK_DIR_SED=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/JTwork + echo /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/JTreport + sed -e s/\//\\\//g + REPORT_DIR_SED=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/JTreport + echo /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish + sed -e s/\//\\\//g + SERVER_HOME_SED=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/glassfish6\/glassfish + mv -v /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.jdk11 /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.orig renamed '/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.jdk11' -> '/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.orig' + sed -e $ a impl.vi=glassfish -e $ a web.home=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/glassfish6\/glassfish -e /^harness\.log\.traceflag=/s/=.*/=true/ -e /^jaxws\.home=/s/=.*/=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/glassfish6\/glassfish/ -e /^jaxws\.home\.ri=/s/=.*/=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/glassfish6\/glassfish/ -e /^webcontainer\.home=/s/=.*/=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/glassfish6\/glassfish/ -e /^webcontainer\.home\.ri=/s/=.*/=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/glassfish6\/glassfish/ -e /^work\.dir=/s/=.*/=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/JTwork/ -e /^report\.dir=/s/=.*/=\/home\/jenkins\/agent\/workspace\/TCK_jakarta_9_JAXWS\/JTreport/ -e /${JAVA_HOME}\/bin\/java/a \ \ -Djava.awt.headless=true \\ /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte.orig + echo s1as.admin=${javaee.home}/bin/asadmin + echo s1as.domain.dir=${javaee.home}/domains + echo s1as.domain.name=${glassfish.domain.name} + echo s1as.domain=${s1as.domain.dir}/${s1as.domain.name} + echo s1as.admin.host=${glassfish.admin.host} + echo s1as.admin.port=${glassfish.admin.port} + echo -[ /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte ]----------- -[ /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte ]----------- + cat /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/ts.jte # # Copyright (c) 2020, 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 JAXWS Compatibility Test Suite # # # # Environment specific properties in this file will likely # # have to be modified prior to running the JAXWS TCK. Instructions # # for modifying these properties are contained in this file. # # # ######################################################################### #################################################################### #The following properties must be set prior to running the JAXWS #TCK tests. # ## These properties must specify the host and port of the web server, ## in which the JAXWS TCK test servlets are deployed. # # @webServerHost hostname for the Vendor's Web Server # @webServerPort port number of the Vendor's Web Server # @webServerHost.2 hostname for the RI Web Server # @webServerPort.2 port number of the RI Web Server #################################################################### webServerHost=localhost webServerPort=8080 webServerHost.2= webServerPort.2= ################################################################################# # @jaxws.home should be set to the location of where the implementation under # test is installed (VI implementation). This is usually installed # within a web container (glassfish or tomcat) so we default this # value to @webcontainer.home. See this property below. # @jaxws.home.ri should be set to the location of where the RI is installed. # This is usually installed within a web container (glassfish # or tomcat) so we default this value to @webcontainer.home.ri. # See this property below. # @endorsed.dirs If using JavaSE 6 or above, verify that the property # endorsed.dirs is set to the location of the VI api jars # for those technologies you wish to overrride. JavaSE 6 # contains an implementation of JAXWS 2.x which will conflict # with JAXWS 2.2, therefore this property must be set so that # JAXWS 2.2 will be used during the building of tests and # during test execution. For details regarding how the # Endorsed Standards Override Mechanism works, see # http://java.sun.com/javase/6/docs/technotes/guides/standards # @endorsed.dirs.ri If using JavaSE 6 or above, verify that the property # endorsed.dirs is set to the location of the RI api jars # for those technologies you wish to overrride. JavaSE 6 # contains an implementation of JAXWS 2.x which will conflict # with JAXWS 2.2, therefore this property must be set so that # JAXWS 2.2 will be used during the building of tests and # during test execution. For details regarding how the # Endorsed Standards Override Mechanism works, see # http://java.sun.com/javase/6/docs/technotes/guides/standards ################################################################################# jaxws.home=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish jaxws.home.ri=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish jaxws.lib=${jaxws.home}/modules jaxws.lib.ri=${jaxws.home.ri}/modules endorsed.dirs=${jaxws.lib} endorsed.dirs.ri=${jaxws.lib.ri} ########################################################################### # @jaxws.classes should contain all Vendor specific jars/classes ########################################################################### jaxws.classes=${jaxws.lib}/jakarta.servlet-api.jar${pathsep}${jaxws.lib}/FastInfoset.jar${pathsep}${jaxws.lib}/gmbal-api-only.jar${pathsep}${jaxws.lib}/ha-api.jar${pathsep}${jaxws.lib}/jakarta.annotation.jar${pathsep}${jaxws.lib}/jakarta.xml.soap-api.jar${pathsep}${endorsed.dirs}/jaxb-api.jar${pathsep}${jaxws.lib}/jaxb-impl.jar${pathsep}${jaxws.lib}/jaxb-xjc.jar${pathsep}${jaxws.lib}/jaxb-jxc.jar${pathsep}${jaxws.lib}/jaxb-core.jar${pathsep}${endorsed.dirs}/jaxws-api.jar${pathsep}${jaxws.lib}/jaxws-rt.jar${pathsep}${jaxws.lib}/jaxws-tools.jar${pathsep}${jaxws.lib}/jsr181-api.jar${pathsep}${jaxws.lib}/mail.jar${pathsep}${jaxws.lib}/management-api.jar${pathsep}${jaxws.lib}/mimepull.jar${pathsep}${jaxws.lib}/policy.jar${pathsep}${jaxws.lib}/resolver.jar${pathsep}${jaxws.lib}/saaj-impl.jar${pathsep}${jaxws.lib}/stax-ex.jar${pathsep}${jaxws.lib}/stax2-api.jar${pathsep}${jaxws.lib}/streambuffer.jar${pathsep}${jaxws.lib}/woodstox-core-asl.jar ########################################################################### # @jaxws.classes.ri should contain all RI specific jars/classes ########################################################################### jaxws.classes.ri=${jaxws.lib.ri}/FastInfoset.jar${pathsep}${jaxws.lib.ri}/gmbal-api-only.jar${pathsep}${jaxws.lib.ri}/ha-api.jar${pathsep}${jaxws.lib.ri}/jakarta.annotation.jar${pathsep}${jaxws.lib.ri}/jakarta.xml.soap-api.jar${pathsep}${endorsed.dirs.ri}/jaxb-api.jar${pathsep}${jaxws.lib.ri}/jaxb-impl.jar${pathsep}${jaxws.lib.ri}/jaxb-xjc.jar${pathsep}${jaxws.lib.ri}/jaxb-jxc.jar${pathsep}${jaxws.lib.ri}/jaxb-core.jar${pathsep}${endorsed.dirs.ri}/jaxws-api.jar${pathsep}${jaxws.lib.ri}/jaxws-rt.jar${pathsep}${jaxws.lib.ri}/jaxws-tools.jar${pathsep}${jaxws.lib.ri}/jsr181-api.jar${pathsep}${jaxws.lib.ri}/mail.jar${pathsep}${jaxws.lib.ri}/management-api.jar${pathsep}${jaxws.lib.ri}/mimepull.jar${pathsep}${jaxws.lib.ri}/policy.jar${pathsep}${jaxws.lib.ri}/resolver.jar${pathsep}${jaxws.lib.ri}/saaj-impl.jar${pathsep}${jaxws.lib.ri}/stax-ex.jar${pathsep}${jaxws.lib.ri}/stax2-api.jar${pathsep}${jaxws.lib.ri}/streambuffer.jar${pathsep}${jaxws.lib.ri}/woodstox-core-asl.jar ########################################################################### # @catalog.path Path to catalog file for use with catalog tests ########################################################################### catalog.path=${src.dir}/com/sun/ts/tests/jaxws/common/xml/catalog #################################################################### # The jars/classes for the TS harness/javatest and the test classes # @ts.harness.classpath -- Classes required by javatest # @ts.classpath -- Classes used to build the JAXWS tests # @ts.run.classpath -- Classpath required by the vendor # appclient container. # @ts.run.classpath.ri -- Classpath required by Java EE RI # appclient container. #################################################################### ts.harness.classpath=${ts.home}/lib/javatest.jar${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/jaxwstck.jar${pathsep}${ant.home}/lib/ant.jar${pathsep}${ts.home}/lib/jaxb-api.jar${pathsep}${ts.home}/lib/jaxb-xjc.jar${pathsep}${ts.home}/lib/jaxb-libs.jar${pathsep}${ts.home}/lib/jaxb-impl.jar ts.classpath=${jaxws.classes}${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/jaxwstck.jar ts.run.classpath=${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/sigtest.jar${pathsep}${ts.home}/lib/jaxwstck.jar${pathsep}${ts.home}/classes${pathsep}${jaxws.classes}${pathsep}${catalog.path} ts.run.classpath.ri=${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/sigtest.jar${pathsep}${ts.home}/lib/jaxwstck.jar${pathsep}${ts.home}/classes${pathsep}${jaxws.classes.ri}${pathsep}${catalog.path} ########################################################################### # @tools.jar should be set to the location of the tools.jar from the installed # jdk ########################################################################### tools.jar=${jdk.home}/lib/tools.jar ########################################################################### # various flags used by the Vendors generation tools # @wsgen.ant.classname Complete package name of the Vendors wsgen tool # @wsgen.classpath Classpath to the Vendors jars that contain the wsgen tool # @wsgen.verbose Verbose flag # @wsgen.debug Debug flag # @wsimport.ant.classname Complete package name of the Vendors wsimport tool # @wsimport.classpath Classpath to the Vendors jars that contain the wsimport tool # @wsimport.verbose Verbose flag # @wsimport.debug Debug flag # @wsimport.jvmargs JVM args to pass to Vendors wsimport tool ########################################################################### wsgen.ant.classname=com.sun.tools.ws.ant.WsGen wsgen.classpath=${jaxws.classes}${pathsep}${tools.jar} wsgen.verbose=true wsgen.debug=false wsimport.ant.classname=com.sun.tools.ws.ant.WsImport wsimport.classpath=${jaxws.classes}${pathsep}${tools.jar} wsimport.verbose=true wsimport.debug=false wsimport.jvmargs= ########################################################################### # various flags used by Suns generation tools # DO NOT EDIT # @ri.wsgen.ant.classname Complete package name of the RI wsgen tool # @ri.wsgen.classpath Classpath to the RI jars that contain the wsgen tool # @ri.wsgen.verbose Verbose flag # @ri.wsgen.debug Debug flag # @ri.wsimport.ant.classname Complete package name of the RI wsimport tool # @ri.wsimport.classpath Classpath to the RI jars that contain the wsimport tool # @ri.wsimport.verbose Verbose flag # @ri.wsimport.debug Debug flag # @ri.wsimport.jvmargs JVM args to pass to RI wsimport tool ########################################################################### ri.wsgen.ant.classname=com.sun.tools.ws.ant.WsGen ri.wsgen.classpath=${jaxws.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=${jaxws.classes.ri}${pathsep}${tools.jar} ri.wsimport.verbose=true ri.wsimport.debug=false ri.wsimport.jvmargs= ####################################################################################### # Implementation Property Settings for Vendor and RI # # The TCK uses the following implementations: # - glassfish (JavaEE Web Container) # - tomcat (Tomcat Web Container) # # 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 webserver host where # the Vendor implementation is running. # @impl.vi.port This property must be set to the webserver 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 webserver host where # the RI implementation is running. # @impl.ri.port This property must be set to the webserver port where # the RI implementation is running. # # These additional properties are required to be defined for use with configuration # functionality used for Vendor and RI specific configuration: # # @webcontainer.home This property must refer to the location of where the # Vendor implementation is installed within the webcontainer # under test (glassfish or tomcat). # @webcontainer.home.ri This property must refer to the location of where the # RI implementation is installed within the webcontainer # under test (glassfish or tomcat). # @impl.deploy.timeout.multiplier The time it will wait for deployment to succeed # or fail ####################################################################################### webcontainer.home=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish webcontainer.home.ri=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish impl.vi=glassfish impl.vi.deploy.dir=${webcontainer.home}/domains/domain1/autodeploy impl.vi.host=${webServerHost} impl.vi.port=${webServerPort} impl.ri=glassfish impl.ri.deploy.dir=${webcontainer.home.ri}/domains/domain1/autodeploy impl.ri.host=${webServerHost.2} impl.ri.port=${webServerPort.2} impl.deploy.timeout.multiplier=120 #################################################################### # For the webcontainer home properties defined above, if glassfish # is selected these are the various additional properties that should # be set for use with configuration setup. #################################################################### # For glassfish as Vendor set the following: glassfish.instance.home=${webcontainer.home}/domains/domain1 glassfish.admin.host=localhost glassfish.admin.port=4848 glassfish.admin.user=admin glassfish.admin.pass= glassfish.master.pass=changeit glassfish.server.instance=server glassfish.domain.name=domain1 # For glassfish as RI set the following: glassfish.instance.home.ri=${webcontainer.home.ri}/domains/domain1 glassfish.admin.host.ri=localhost glassfish.admin.port.ri=4848 glassfish.admin.user.ri=admin glassfish.admin.pass.ri= glassfish.master.pass.ri=changeit glassfish.server.instance.ri=server glassfish.domain.name.ri=domain1 ######################################################################## ## 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" ## # @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 JAXWS 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_jakarta_9_JAXWS/JTwork report.dir=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/JTreport if.existing.work.report.dirs=auto ############################################################### ## 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 against both implementations automatically, the ".2" ## property should always point to Sun RI classes. The ".1" ## property should point to implementations that work in your specific ## Java EE environment. # @porting.ts.url.class.1 VI of com.sun.ts.lib.porting.TSURLInterface # @porting.ts.url.class.2 RI of com.sun.ts.lib.porting.TSURLInterface ############################################################### porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL ################################################################# #The following properties must be set prior to running the JAXWS #TCK tests. These properties are used for the JAXWS security tests #which test HTTP Basic Authentication. # # @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=j2ee password=j2ee authuser=javajoe authpassword=javajoe ######################################################################## ## 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.log.delayseconds Number of seconds to delay to allow # reporting from remote clients to finish. # # @harness.executeMode used to run the harness in the following modes # of execution: 2 - 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.temp.directory=${ts.home}/tmp harness.log.port=2000 harness.log.traceflag=true harness.log.delayseconds=1 harness.executeMode=2 harness.socket.retry.count=10 ############################################################### # @tz - your local timezone. For valid values, consult your # Operating System documentation. ############################################################### tz=US/Eastern ######################################################################## # @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. ######################################################################## javatest.timeout.factor=2 ####################################################################### #build level ####################################################################### #1: compile only #2: compile and build component archives (e.g., jar's, war's) build.level=2 ############################################################### # @ts.display -- location to display JAXWS output on Unix ############################################################### ts.display=:0.0 ####################################################################### # default deliverable class ####################################################################### deliverable.class=com.sun.ts.lib.deliverable.jaxws.JAXWSDeliverable ######################################################################## ## Common environment for both ts_unix and ts_win32 ######################################################################## # This execute line runs against the VI implementation command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \ CLASSPATH=${ts.run.classpath} \ DISPLAY="${ts.display}" \ HOME="${user.home}" \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ ${JAVA_HOME}/bin/java \ -Djava.awt.headless=true \ -Djava.security.policy="${bin.dir}/harness.policy" \ -Djava.security.manager \ -Ddeliverable.class=${deliverable.class} \ -Djava.io.tmpdir=${harness.temp.directory} \ -XaddExports:java.rmi/sun.rmi.transport=ALL-UNNAMED,java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED,java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED,java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED,java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED,java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED,java.xml/com.sun.xml.internal.stream.writers=ALL-UNNAMED,java.base/sun.reflect.misc=ALL-UNNAMED \ $testExecuteClass $testExecuteArgs # This execute line runs against the RI implementation command.testExecute2=com.sun.ts.lib.harness.ExecTSTestCmd \ CLASSPATH=${ts.run.classpath.ri} \ DISPLAY="${ts.display}" \ HOME="${user.home}" \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ ${JAVA_HOME}/bin/java \ -Djava.awt.headless=true \ -Djava.security.policy="${bin.dir}/harness.policy" \ -Djava.security.manager \ -Ddeliverable.class=${deliverable.class} \ -XaddExports:java.rmi/sun.rmi.transport=ALL-UNNAMED,java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED,java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED,java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED,java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED,java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED,java.xml/com.sun.xml.internal.stream.writers=ALL-UNNAMED,java.base/sun.reflect.misc=ALL-UNNAMED \ $testExecuteClass $testExecuteArgs ######################################################################### ## Environment for ts_unix ## The test execution commands inherit from common environment ## defined above: testExecute. ## If you need to override it, uncomment it in the following section. ######################################################################### env.ts_unix.menu=true ##env.ts_unix.command.testExecute= ######################################################################## ## Environment for ts_win32 ## The test execution commands inherit from common environment ## defined above: testExecute. ## If you need to override it, uncomment it in the following section. ######################################################################## env.ts_win32.menu=true ##env.ts_win32.command.testExecute= ######################################################################### # @jimage.dir: This property specifies the directory where Java 11+ # modules will be expanded by the jimage tool for use # in sigTestClasspath # @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). ######################################################################### jimage.dir=${ts.home}/tmp/jdk-bundles sigTestClasspath=${jaxws.classes}${pathsep}${jimage.dir}/java.base${pathsep}${jimage.dir}/java.rmi${pathsep}${jimage.dir}/java.sql${pathsep}${jimage.dir}/java.naming ############################################################### ## This command allows the test clients to 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 the TCK for compatibility. ############################################################### command.testExecuteSameJVM=com.sun.ts.lib.harness.ExecuteTSTestSameJVMCmd \ $testExecuteClass $testExecuteArgs ####################################################################### # platform.mode is used by JAXWS tests to know whether to use the # J2EE Programming Model for service and port access or the # JAXWS Programming model based on the runtime execution platform. # # platform.mode=standalone JAXWS Programming Model # platform.mode=jakartaEE Java EE Programming Model ####################################################################### platform.mode=standalone ################################################################ # @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) ################################################################ http.server.supports.endpoint.publish=true http.server.supports.endpoint.publish.2=true ####################################################################### # 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 ########################################################################### # various flags used by the Vendors Endpoint Publish tool # @endpoint.publish.classname Complete package name of the Vendors Endpoint Publish tool ########################################################################### endpoint.publish.classname=com.sun.ts.tests.jaxws.util.PublishEndpoint ########################################################################### # various flags used by Suns generation tools # DO NOT EDIT # @ri.endpoint.publish.classname Complete package name of the RI Endpoint Publish tool ########################################################################### ri.endpoint.publish.classname=com.sun.ts.tests.jaxws.util.PublishEndpoint ################################################################### ## Deliverables wanting ts.* packaging tasks to add extension list ## attributes to the manifest files must set this property to true. ################################################################### #create.manifest.extension.entries=false ###################################################################### ## 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=jaxwstck ########################################################################### # 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 ############################################################### # @extension.dir - The extension directory of RI. # The CTS config.vi target will copy the CTS library # jars to this location, used only for RI. ############################################################### extension.dir=${webcontainer.home}/domains/domain1/lib extension.dir.ri=${webcontainer.home.ri}/domains/domain1/lib impl.vi=glassfish web.home=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish s1as.admin=${javaee.home}/bin/asadmin s1as.domain.dir=${javaee.home}/domains s1as.domain.name=${glassfish.domain.name} s1as.domain=${s1as.domain.dir}/${s1as.domain.name} s1as.admin.host=${glassfish.admin.host} s1as.admin.port=${glassfish.admin.port} + echo -[ Update and deploy JAXWS TCK ]----------------------------------------------- -[ Update and deploy JAXWS TCK ]----------------------------------------------- + cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin + ant config.vi deploy.all Buildfile: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/weblib [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin. Trying to override old definition of datatype string config.vi: [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: config.vi: [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: stop-server: [exec] Execute failed: java.io.IOException: Cannot run program "${javaee.home}/bin/asadmin" (in directory "/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin"): error=2, No such file or directory [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin. checkForFiles: copy.server.policy: BUILD FAILED /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/build.xml:56: The following error occurred while executing this line: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/impl/glassfish/config.vi.xml:74: The following error occurred while executing this line: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/impl/glassfish/common.xml:174: Warning: Could not find file /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/${javaee.home}/domains/domain1/config/server.policy to copy. Total time: 2 seconds Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 75 killed; [ssh-agent] Stopped. Archiving artifacts Finished: FAILURE